> One of the improvements that I'm working on is changing over
> to PB project management for the library projects. (This is
> done via the tool project and a hacked Makefile.[preamble/
> postamble] and requires no modifications to PB itself.) In
> the process of moving over, an issue has arisen and I'd like
> some input.
Just to remain: NS(m68/x86) and NS-HP are using different versions of PB. The HP version supports Libraries (yesterday I played a bit and it works fine)
> Several times in the past we have brought up the possibility
> of splitting the main library up into smaller libraries that
> can be included as needed so that it is unnecessary to
> include the whole big library. Right now we do have
> MiscSwapKit and MiscInspectorKit libraries that are generated
> in addition to the main library. But while I'm switching
> over, it would be very easy to divide things up a bit more if
> there is demand for it.
I would like to see MiscStringKit. I (and several of my colleagues) are using the MiscString stuff in virtually every app, but the same is not true for the most of the Misc classes.
> Note that when we get NS 4.0, we can do dynlibs, like a
> shlib, so #1 of the plusses will become a moot point. The
I thought, that somebody submited a hack for dynlibs for v.3.x. Am I wrong?